Skip to main content

Module: NotificationFeed

Interfaces

Functions

NotificationFeed

NotificationFeed(inProps): JSX.Element

API documentation for the Community-JS Notification Feed Template. Learn about the available props and the CSS API.

This component renders the template for the notification feed. Take a look at our demo component here

Import

import {NotificationFeed} from '@selfcommunity/react-templates';

Component Name

The name SCNotificationFeedTemplate can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCNotificationFeedTemplate-rootStyles applied to the root element.

Parameters

NameType
inPropsNotificationFeedProps

Returns

JSX.Element

Defined in

NotificationFeed/NotificationFeed.tsx:149


NotificationFeedSkeleton

NotificationFeedSkeleton(): JSX.Element

API documentation for the Community-JS Notification Feed Skeleton Template. Learn about the available props and the CSS API.

Import

import {NotificationFeedSkeleton} from '@selfcommunity/react-templates';

Component Name

The name SCNotificationFeedTemplate-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCNotificationFeedTemplate-skeleton-rootStyles applied to the root element.

Returns

JSX.Element

Defined in

NotificationFeed/Skeleton.tsx:35